home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / testlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-03  |  192 b   |  9 lines  |  [TEXT/MPS ]

  1. extern char *curtestfile;
  2.  
  3. void itesteq(long, long, long);
  4. void errmsg(long, const char *);
  5. void summary();
  6.  
  7. pascal void Debugger(void) = 0xA9FF; 
  8. pascal void DebugStr(char * aStr) = 0xABFF; 
  9.